M

StructuralConnectionHandler.Create

Description:
Creates a new instance of a Structural Connection Handler, which defines the connection between given elements.
Remarks:
Elements should be of the following structural categories: framings (OST_StructuralFraming), columns (OST_StructuralColumns), walls (OST_Walls), floors (OST_Floors) or foundations (OST_StructuralFoundations). The first of given elements is set as primary one.
Overloads (3):
public static StructuralConnectionHandler Create(
	Document document,
	IList<ElementId> idsToConnect,
	ElementId typeId
)
Return Value StructuralConnectionHandler The newly created connection.